home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
serious
/
shareware
/
programming
/
ixemul-complete
/
ixemul
/
configure.in
< prev
next >
Wrap
Text File
|
1996-05-18
|
377b
|
13 lines
dnl Process this file with autoconf to produce a configure script.
dnl
AC_INIT(libsrc/crt0.c)
AC_PROG_INSTALL
AC_PROG_CC
AC_PROG_RANLIB
AC_OUTPUT(Makefile general/Makefile library/Makefile libsrc/Makefile
static/Makefile stdio/Makefile stdlib/Makefile string/Makefile
ixnet/Makefile stack/Makefile net/Makefile db/Makefile glue/Makefile
utils/Makefile man/Makefile)